[][src]Crate obfstr

Compiletime string literal obfuscation.

Macros

obfconst

Compiletime string literal obfuscation, returns the encrypted ObfString for use in constant expressions.

obflocal

Compiletime string literal obfuscation, returns the decrypted ObfBuffer for assignment to local variable.

obfstr

Compiletime string literal obfuscation, returns a borrowed temporary and may not escape the statement it was used in.

random

Compiletime random number generator.

wide

Wide string literal, returns an array of words.

Structs

ObfBuffer

Obfuscated string buffer.

ObfString

Obfuscated string constant data.

WObfBuffer

Obfuscated wide string buffer.

WObfString

Obfuscated wide string constant data.